home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Auslogics BoostSpeed 4.2.7.172 / boost-speed-setup.exe / {app} / DiskWiper.exe / 0 / RCDATA / TFRMDISKSSELECTION / TFRMDISKSSELECTION.txt < prev   
Text File  |  2008-10-30  |  3KB  |  152 lines

  1. object frmDisksSelection: TfrmDisksSelection
  2.   Left = 646
  3.   Top = 122
  4.   Width = 643
  5.   Height = 420
  6.   Color = clBtnFace
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   OldCreateOrder = False
  13.   Scaled = False
  14.   OnCreate = FormCreate
  15.   OnShow = FormShow
  16.   PixelsPerInch = 144
  17.   TextHeight = 16
  18.   object pnlDisksSelection: TPanel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 635
  22.     Height = 387
  23.     Align = alClient
  24.     BevelOuter = bvNone
  25.     Color = clWhite
  26.     TabOrder = 0
  27.     DesignSize = (
  28.       635
  29.       387)
  30.     object imgWatermarkPage: TImage
  31.       Left = 286
  32.       Top = 260
  33.       Width = 349
  34.       Height = 127
  35.       Anchors = [akRight, akBottom]
  36.       AutoSize = True
  37.     end
  38.     object lblTitle: TAxLabel
  39.       Left = 32
  40.       Top = 16
  41.       Width = 385
  42.       Height = 19
  43.       WordWrap = False
  44.       Quality = smMMXSmoothing4x
  45.       Layout = tlCenter
  46.       Transparent = False
  47.       Caption = 'Make sure your deleted files cannot be restored'
  48.       Font.Charset = DEFAULT_CHARSET
  49.       Font.Color = 10040064
  50.       Font.Height = -16
  51.       Font.Name = 'Verdana'
  52.       Font.Style = []
  53.       ShowAccelChar = True
  54.       ParentFont = False
  55.     end
  56.     object lblClickNext: TLabel
  57.       Left = 32
  58.       Top = 360
  59.       Width = 227
  60.       Height = 16
  61.       Caption = 'Select disks and click Next to continue'
  62.       Transparent = True
  63.     end
  64.     object lblDescription: TLabel
  65.       Left = 32
  66.       Top = 61
  67.       Width = 566
  68.       Height = 60
  69.       AutoSize = False
  70.       Caption = 
  71.         'Even when you delete a file, it can be still be restored. This p' +
  72.         'rogram wipes free space on the disks to  completely...'
  73.       WordWrap = True
  74.     end
  75.     object lblSelectDisks: TLabel
  76.       Left = 32
  77.       Top = 138
  78.       Width = 406
  79.       Height = 16
  80.       Caption = 
  81.         'Select the disks, which free space should be wiped (F5 to update' +
  82.         ' list):'
  83.     end
  84.     object imgBlueStripe: TImage
  85.       Left = 482
  86.       Top = 29
  87.       Width = 90
  88.       Height = 8
  89.       AutoSize = True
  90.       Picture.Data = {<image000.bmp>}
  91.       Visible = False
  92.     end
  93.     object imgRedStripe: TImage
  94.       Left = 482
  95.       Top = 13
  96.       Width = 90
  97.       Height = 8
  98.       AutoSize = True
  99.       Picture.Data = {<image001.bmp>}
  100.       Visible = False
  101.     end
  102.     object lvDisks: TListView
  103.       Left = 32
  104.       Top = 159
  105.       Width = 572
  106.       Height = 165
  107.       Checkboxes = True
  108.       Columns = <
  109.         item
  110.           Caption = 'Name'
  111.           Width = 210
  112.         end
  113.         item
  114.           Alignment = taRightJustify
  115.           Caption = 'Total Size'
  116.           Width = 200
  117.         end
  118.         item
  119.           Alignment = taRightJustify
  120.           AutoSize = True
  121.           Caption = 'Free Space'
  122.         end>
  123.       ColumnClick = False
  124.       ReadOnly = True
  125.       RowSelect = True
  126.       PopupMenu = pmDisks
  127.       TabOrder = 0
  128.       ViewStyle = vsReport
  129.       OnChange = lvDisksChange
  130.       OnCustomDrawSubItem = lvDisksCustomDrawSubItem
  131.       OnKeyUp = lvDisksKeyUp
  132.     end
  133.   end
  134.   object pmDisks: TPopupMenu
  135.     OnPopup = pmDisksPopup
  136.     Left = 534
  137.     Top = 105
  138.     object pmiSelectAll: TMenuItem
  139.       Caption = 'Select All'
  140.       OnClick = pmiSelectAllClick
  141.     end
  142.     object pmiUnselectAll: TMenuItem
  143.       Caption = 'Unselect All'
  144.       OnClick = pmiUnselectAllClick
  145.     end
  146.     object pmiInvertSel: TMenuItem
  147.       Caption = 'Invert Selection'
  148.       OnClick = pmiInvertSelClick
  149.     end
  150.   end
  151. end
  152.